home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / linux-bo / dless-li / root.no / etc / inetd.conf < prev    next >
Text File  |  1995-04-26  |  3KB  |  80 lines

  1. #
  2. # See "man 8 inetd" for more information.
  3. #
  4. # If you make changes to this file, either reboot your machine or send the
  5. # inetd a HUP signal:
  6. # Do a "ps x" as root and look up the pid of inetd. Then do a
  7. # "kill -HUP <pid of inetd>".
  8. # The inetd will re-read this file whenever it gets that signal.
  9. #
  10. # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
  11. #
  12. # Echo, discard, daytime, and chargen are used primarily for testing.
  13. #
  14. echo    stream    tcp    nowait    root    internal
  15. echo    dgram    udp    wait    root    internal
  16. discard    stream    tcp    nowait    root    internal
  17. discard    dgram    udp    wait    root    internal
  18. daytime    stream    tcp    nowait    root    internal
  19. daytime    dgram    udp    wait    root    internal
  20. chargen    stream    tcp    nowait    root    internal
  21. chargen    dgram    udp    wait    root    internal
  22. time      dgram     udp     wait     root     internal
  23. #
  24. # These are standard services.
  25. #
  26. ftp    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/ftpd
  27. telnet    stream  tcp     nowait  root    /usr/sbin/tcpd    /usr/sbin/in.telnetd
  28. #
  29. # Use this one instead if you want to snoop on telnet users (try to use this
  30. # for ethical purposes, ok folks?) :
  31. #telnet    stream  tcp     nowait  root    /usr/sbin/tcpd    /usr/sbin/in.telnetsnoopd
  32. #
  33. # The line below is set up for running Smail:
  34. #smtp    stream  tcp     nowait  root    /usr/sbin/tcpd    /usr/bin/rsmtp    -bs
  35. #
  36. # If you want to read NNTP news via TERM, comment out the nntp 
  37. # line below, and use a command like this once the TERM
  38. # connection is up:  tredir 119 my.nntp.host:119
  39. # You'll also want to do this: set NNTPSERVER my.nntp.host ; export NNTPSERVER
  40. #
  41. #nntp    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.nntpd
  42. #
  43. # Shell, login, exec and talk are BSD protocols.
  44. #
  45. shell    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.rshd
  46. login    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.rlogind
  47. #exec    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.rexecd
  48. talk    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.ntalkd
  49. ntalk    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.ntalkd
  50. #
  51. # Pop mail servers
  52. #
  53. #pop2    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.pop2d
  54. pop3    stream    tcp    nowait    root    /usr/sbin/tcpd    /usr/sbin/in.pop3d
  55. #
  56. # The Internet UUCP service.
  57. #
  58. #uucp    stream    tcp    nowait    uucp    /usr/sbin/tcpd    /usr/lib/uucp/uucico    -l
  59. #
  60. # Tftp service is provided primarily for booting.  Most sites
  61. # run this only on machines acting as "boot servers." 
  62. # Since these can be security holes, they are commented out by default.
  63. #
  64. #tftp    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.tftpd
  65. #bootps    dgram    udp    wait    root    /usr/sbin/tcpd    /usr/sbin/in.bootpd
  66. #
  67. # Finger, systat and netstat give out user information which may be
  68. # valuable to potential "system crackers."  Many sites choose to disable 
  69. # some or all of these services to improve security.
  70. #
  71. finger    stream    tcp    nowait    daemon    /usr/sbin/tcpd    /usr/sbin/in.fingerd
  72. systat    stream    tcp    nowait    guest    /usr/sbin/tcpd    /usr/bin/ps    -auwwx
  73. netstat    stream    tcp    nowait    guest    /usr/sbin/tcpd    /bin/netstat    -f inet
  74. #
  75. # Ident service is used for net authentication
  76. #
  77. auth    stream    tcp    nowait    root    /usr/sbin/in.identd    in.identd
  78. #
  79. # End of inetd.conf.
  80.